You can use the built-in dir function to list the identifiers that a module defines. The identifiers are the functions, classes and variables defined in that module. When you supply a module name to the dir() function, it returns the list of the names def